func internal/poll.fcntl

2 uses

	internal/poll (current package)
		fcntl_syscall.go#L14: func fcntl(fd int, cmd int, arg int) (int, error) {
		fd_unix.go#L698: 		r0, e1 := fcntl(fd, syscall.F_DUPFD_CLOEXEC, 0)